type runtime.scavChunkFlags
7 uses
runtime (current package)
mgcscavenge.go#L1234: scavChunkFlags
mgcscavenge.go#L1243: scavChunkFlags: scavChunkFlags(uint8(sc>>(16+logScavChunkInUseMax)) & scavChunkFlagsMask),
mgcscavenge.go#L1260: scavChunkHasFree scavChunkFlags = 1 << iota
mgcscavenge.go#L1276: type scavChunkFlags uint8
mgcscavenge.go#L1279: func (sc *scavChunkFlags) isEmpty() bool {
mgcscavenge.go#L1284: func (sc *scavChunkFlags) setEmpty() {
mgcscavenge.go#L1289: func (sc *scavChunkFlags) setNonEmpty() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |